JavaScript

A5.PanelCardsetDisplay Method

Syntax

A5.PanelCard.setDisplay(part,show)

Arguments

partstring

The part to show or hide. Values can be "header", "footer" or "overlay".

showboolean

Whether or not to show the part.

Description

Show or hide the panel header, footer, or overlay.

Example

// assume pObj is a pointer to a panel class
pObj.setSize('header',false); // hide the header
pObj.setSize('footer',true); // show the footer